


@media only screen and (max-width: 1880px) {
  .buttons_menu{
    width: 50%;
  }
}

@media only screen and (max-width: 1810px) {
  .tab button{
    font-size: 17px;  
  }
}

@media only screen and (max-width: 1710px) {
  .tab button{
    font-size: 15px;  
  }
}


@media only screen and (max-width: 1504px) {
  .buttons_menu{
    width: 60%;
  }

  .servicios{
    background-image: url(../imagenes/servicios-background3respondive.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  }

}

@media only screen and (max-width: 1253px) {
  .buttons_menu{
    width: 70%;
  }
}

@media only screen and (max-width: 1075px) {
  .buttons_menu{
    width: 80%;
  }
}

@media only screen and (max-width: 1001px) {
  .buttons_menu{
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
  	font-size: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .logo img{
  	height: 80px;
  }
}

@media only screen and (max-width: 1000px) {
  .logo img{
  	height: 70px;
  }

  .text-center{
  	width: 90%;
  }

  .servicio_cont{
  	width: 90%;
  }

  .mycar{
  	width: 90%
  }
}

@media only screen and (max-width: 900px) {
  .logo img{
  	height: 65px;
  }

  .buttons_menu{
    width: 100%;
  }

  .subtitular{
    width: 500px;
    text-align: center;
    margin: auto;
  }
}

@media only screen and (max-width: 800px) {
  .logo img{
  	height: 60px;
  }

  .social-tag{
  	display: none;
  }

}

@media only screen and (max-width: 767px) {
  .titulo {
    top: 142px;
    height: 40px;
    padding: 0px;
  }
}


@media only screen and (max-width: 718px) {
  .ayuda_tab{
    height: 75px;
  }
}


@media only screen and (max-width: 700px) {
  .logo img{
  	height: 55px;
  }

@media only screen and (max-width: 664px) {
  .ayuda_tab{
    height: 95px;
  }
}
 
@media only screen and (max-width: 482px) {
  .ayuda_tab{
    height: 110px;
  }
}

@media only screen and (max-width: 426px) {
  .ayuda_tab{
    height: 125px;
  }
}

@media only screen and (max-width: 392px) {
  .ayuda_tab{
    height: 140px;
  }
}


  .menu a{
    font-size: 16px;
  }

  .titulo {
    top:123px;
  }

  .text-center {
    margin-top: 170px;
  }

  .servicio_cont {
    margin-top: 170px;
  }

}


@media only screen and (max-width: 600px) {
  .logo img{
  	height: 50px;
  }

  .portada {
  	width: 100%
  }

  .subtitular{
    width: 400px;
    text-align: center;
    margin: auto;
  }


}

@media only screen and (max-width: 500px) {
  .logo img{
  	height: 45px;
  }
}

@media only screen and (max-width: 400px) {
  .logo img{
  	height: 40px;
  }

  .subtitular{
    width: 200px;
    text-align: center;
    margin: auto;
  }
}

@media only screen and (max-width: 300px) {
  .logo img{
  	height: 35px;
  }
}

@media only screen and (max-width: 200px) {
  .logo img{
  	height: 30px;
  }
}